home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / EAGLE.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  2.1 KB  |  78 lines

  1. REM
  2. REM  F15 Strike Ealge by MicreProse--for use with FLCS B50.
  3. REM
  4. REM
  5. REM ╔═══════════════════════════════════════════════════════════════════════╗
  6. REM ║Mark II WCS Base Switch Settings                                       ║
  7. REM ║Black Hat switch = Digital                                             ║
  8. REM ║Red Switch       = Digital                                             ║
  9. REM ╚═══════════════════════════════════════════════════════════════════════╝
  10. REM ╔═════════════════════════════════════════════════════════════╗
  11. REM ║Game Settings: (Settings required for this game to use WCSII)║
  12. REM ╚═════════════════════════════════════════════════════════════╝
  13. REM ╔═════════════════════════════════════════════════════╗
  14. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  15. REM ╚═════════════════════════════════════════════════════╝
  16.  
  17. MDEF Eagle
  18.  
  19. REM ╔════════════════════════════════════════════════════════╗
  20. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  21. REM ║ want your ADV file to reference.  For example, if you  ║
  22. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  23. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  24. REM ╚════════════════════════════════════════════════════════╝
  25.  
  26. USE WCS
  27.  
  28. RATE 75
  29.  
  30. REM ╔════════════════════════════════════════════════════════════╗
  31. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  32. REM ╚════════════════════════════════════════════════════════════╝
  33.  
  34. REM ╔════════════════════════╗
  35. REM ║FLCS Buttons Commands:  ║
  36. REM ╚════════════════════════╝
  37.  
  38.  
  39. BTN H1U /T PadlockView /T FrontView
  40.  
  41. BTN H1L /T LookLeft /T FrontView
  42.  
  43. BTN H1R /T LookRight /T FrontView
  44.  
  45. BTN H1D /T RearView /T FrontView
  46.  
  47. BTN S1 IFF
  48.  
  49. BTN S2 Pickle
  50.  
  51. BTN S3 /T AWACS /T Autopilot
  52.  
  53. BTN S4 /T TacView /T ReverseTacView
  54.  
  55. BTN H2U Lock
  56.  
  57. BTN H2L Radar
  58.  
  59. BTN H2R RadarRange
  60.  
  61. BTN H2D BreakLock
  62.  
  63. BTN H3U LookUp/Down
  64.  
  65. BTN H3L NextSeqPointUp
  66.  
  67. BTN H3R NextSeqPointDn
  68.  
  69. BTN H3D Front/BackSeat
  70.  
  71. BTN H4U FullFrontView
  72.  
  73. BTN H4L PilotView
  74.  
  75. BTN H4R RemoteView
  76.  
  77. BTN H4D MissleView
  78.